Actions
Bug #12263
closedlibc: NULL pointer errors (sparc)
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
NULL pointer issue on sparc:
threads/machdep.c: In function 'setup_context': threads/machdep.c:75: error: comparison between pointer and integer ../port/gen/walkstack.c: In function 'walkcontext': ../port/gen/walkstack.c:230: error: initialization makes integer from pointer without a cast
replace by 0.
Updated by Electric Monk over 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 7484d76e78bc19298de9589214be103d65cf3989
commit 7484d76e78bc19298de9589214be103d65cf3989 Author: Toomas Soome <tsoome@me.com> Date: 2020-02-04T16:25:22.000Z 12263 libc: NULL pointer errors (sparc) Reviewed by: Matthias Scheler <mscheler@tintri.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Dan McDonald <danmcd@joyent.com>
Actions