Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Fix-incorrect-pointer-and-change-to-time_t.patch | Fix incorrect pointer type and change to time_t Altered pointer comparison in dlocaltime function to properly check for NULL. . Replaced the incorrect check `clock == (long*) 0` with `!clock` to ensure the pointer validation is done safely. . Changed the return value to `NULL` instead of an invalid cast to `(struct tws*) 0` to follow proper C conventions and improve clarity. . Ensures better readability and prevents potential pointer-related type errors. |
Leandro Cunha <leandrocunha016@gmail.com> | no | debian |