Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Dead code that shouldn't be


  • Subject: [Frama-c-discuss] Dead code that shouldn't be
  • From: jcdemay at rennes.supelec.fr (Jonathan-Christofer Demay)
  • Date: Fri, 12 Dec 2008 03:25:57 +0100

I'm trying to analyze nullhttpd 0.5.0 (it's quite old, can get it here:
http://ftp.heanet.ie/disk1/sourceforge/n/nu/nullhttpd/nullhttpd-0.5.0.tar.gz) with frama-c. When I'm runnning the value dependencies plugin, almost all the source code is marked as dead code. Of course that is really not the case, so I guess I'm doing something wrong.

I must be missing something, but don't know exactly what, for now I'm
using frama-c like this:
cd ./nullhttpd-0.5.0/src
frama-c-gui -val *.c