Fix sys-stat.c where a pointer to a mode_t (potentially an int16) was being unsafely...
authorAndi McClure <andi.mcclure@xamarin.com>
Mon, 23 Nov 2015 19:33:44 +0000 (14:33 -0500)
committerAndi McClure <andi.mcclure@xamarin.com>
Mon, 23 Nov 2015 19:33:44 +0000 (14:33 -0500)
commitf4744df2fdf2b1ec0b87e0846dbc67db678450fc
treea5c4e34faf4906767af608b61f1ad711e41fa63b
parenta425ee9491e69a658363b321ff5d32c720661c8e
Fix sys-stat.c where a pointer to a mode_t (potentially an int16) was being unsafely converted to an int32 pointer
support/sys-stat.c