Opened 7 years ago

Last modified 3 years ago

#4446 closed enhancement

Get rid of Dehydra scripts — at Initial Version

Reported by: Itms Owned by: Itms
Priority: Nice to Have Milestone: Alpha 25
Component: Build & Packages Keywords:
Cc: Philip Taylor Patch:

Description

We currently have one Dehydra script under ps/trunk/build/dehydra which can check our printf-like functions. It is supposed to complement GCC's own analysis.

However, Dehydra is completely left abandoned (https://developer.mozilla.org/en-US/docs/Archive/Mozilla/Dehydra) and we don't really use it anyways.

We should get rid of this and include the custom script in the static code analysis we are setting up. Basically, are cppcheck and clang's scan-build both unable to detect the issue? If yes, try to extend somehow one of them to detect it. Else just drop the dehydra code.

Change History (0)

Note: See TracTickets for help on using tickets.