Georg Steger

Show:

What's happening?

  • Bad hook to object connection

    The applist class (maybe others too) in Prefs program sets hook's h_Data to point to object's instance data. The problem is that the hook is global and that multiple object's are created. So the single hook's h_Data only ever (can) points to one object's instance data. So if three applist objects are created hook h_Data will point to instance data of last created applist object. In AROS with...

    2009-09-15 15:33:20 UTC in openurl.library

  • code relying on char being unsigned

    The return value of functions like strcmp, memcmp relies on char being unsigned. If char is signed (like with gcc on 68k or x86) return value can be wrong. (Someone noticed similiar bug in AROS clib and I looked around to see how these functions are done elsewhere)

    2009-02-13 11:28:00 UTC in clib2

About Me

  • 2002-01-18 (8 years ago)
  • 431299
  • stegerg (My Site)
  • Georg Steger

Send me a message