Skip to content
  • Friedrich W. H. Kossebau's avatar
    man kio: fix crash due to bad memory pointer on REQ_ps handling · 80986361
    Friedrich W. H. Kossebau authored
    7d11a093 accidentally moved the
    memory pointer increase out of the '+'-handling branch, which would
    either result in bad number being read or the pointer getting behind
    the end and resulting in garbage memory processing, potentially ending
    in a crash.
    
    Also changing to using dedicated own variable "sign" instead of reusing
    function-global variable "j" with meaningless name.
    global
    
    Fixed-in: 21.08.3
    BUG: 443983
    80986361