Skip to content
  1. May 19, 2000
  2. May 18, 2000
  3. May 17, 2000
  4. May 16, 2000
  5. May 15, 2000
  6. May 14, 2000
  7. May 11, 2000
  8. May 08, 2000
  9. May 04, 2000
  10. May 02, 2000
  11. May 01, 2000
  12. Apr 29, 2000
  13. Apr 27, 2000
  14. Apr 26, 2000
  15. Apr 25, 2000
    • Geoff Thorpe's avatar
      This case in the "dso_unload" handlers should not be reported as an error - · ebbaebf7
      Geoff Thorpe authored
      if a DSO_load(NULL,...) operation fails, it will have to call DSO_free() on
      the DSO structure it created and that will filter through to this "unload"
      call.
      
      If the stack size is "< 1", then the library never actually loaded. To keep
      things clean higher up, I'll treat this as a vacuous case without an error.
      It makes the error stack easier to follow real world cases, and the error
      this ignores was only useful for catching bugs in internal code, not
      mismatched calls from applications (which should be handled in the generic
      DSO layer).
      ebbaebf7
  16. Apr 20, 2000