Changes between Initial Version and Version 1 of Ticket #10835, comment 23


Ignore:
Timestamp:
01/24/19 02:28:44 (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10835, comment 23

    initial v1  
    1 More fun...
    2 
    3 rm730::doVerb() has several "(return 1)" lines within a switch block.
    4 Disasm says that's just a plain ret, not a toss & ret that would properly end the switch.
    5 
    6 That stack leaking idiom is probably widespread.