[issue42036] Unchecked return in Modules/posixmodule.c from multiple function calls

2020-10-14 Thread Sagar Pant
Change by Sagar Pant : -- components: +Library (Lib) -C API ___ Python tracker <https://bugs.python.org/issue42036> ___ ___ Python-bugs-list mailing list Unsub

[issue42034] Unchecked return in Objects/typeobject.c and possible uninitialized variables in cls and new_mro

2020-10-14 Thread Sagar Pant
Change by Sagar Pant : -- components: +Library (Lib) -C API ___ Python tracker <https://bugs.python.org/issue42034> ___ ___ Python-bugs-list mailing list Unsub

[issue42034] Unchecked return in Objects/typeobject.c and possible uninitialized variables in cls and new_mro

2020-10-14 Thread Sagar Pant
New submission from Sagar Pant : The return value of a function that is potentially used to initialize a local variable is not checked. Therefore, reading the local variable may result in undefined behavior. Our AI analyzer found that this function is called for a total of 43 times. Out

[issue42036] Unchecked return in Modules/posixmodule.c from multiple function calls

2020-10-14 Thread Sagar Pant
New submission from Sagar Pant : The return value of a function that is potentially used to initialize a local variable is not checked. Therefore, reading the local variable may result in undefined behavior. Our AI analyzer flagged it to be a potential bug as it found another usage

[issue42034] Unchecked return in Objects/typeobject.c and possible uninitialized variables in cls and new_mro

2020-10-27 Thread Sagar Pant
Sagar Pant added the comment: Bumping this up for updates. -- ___ Python tracker <https://bugs.python.org/issue42034> ___ ___ Python-bugs-list mailing list Unsub

[issue42036] Unchecked return in Modules/posixmodule.c from multiple function calls

2020-10-27 Thread Sagar Pant
Sagar Pant added the comment: Bumping this up for updates. -- ___ Python tracker <https://bugs.python.org/issue42036> ___ ___ Python-bugs-list mailing list Unsub