From mboxrd@z Thu Jan 1 00:00:00 1970 From: julia.lawall@lip6.fr (Julia Lawall) Date: Sat, 17 Feb 2018 21:36:50 +0100 (CET) Subject: [Cocci] Checking for questionable error messages after failed memory allocations In-Reply-To: References: <96508c06-9473-e558-fba1-7e4db6646ee7@users.sourceforge.net> <2b678153-b7c0-6100-6d9c-624bd61e2b78@users.sourceforge.net> <2a43676a-fdee-236c-221e-f75a6bcd24f2@users.sourceforge.net> <5e69411a-310d-f80b-6bd6-48158f5a1afd@users.sourceforge.net> Message-ID: To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr On Sat, 17 Feb 2018, SF Markus Elfring wrote: > >> Which confidence categorisation would fit here? > > > > Low. > > May scripts with this view be integrated? It's possible. It depends on the benefit of the transformation provided. > > The script has no idea whether the printed string is useful or not. > > This is a general data processing challenge. How will it influence > the software situation further? I have no idea what "it" refers to, nor "software situation". Maybe you can identify some cases that are particularly likely to be useless and only report on those. julia