Skip to content
#

mta

Here are 204 public repositories matching this topic...

alanpost
alanpost commented Aug 24, 2019

If one were to compile the qmail code with -Wall -Werror, the following error is produced:

./compile tcpto.c
tcpto.c: In function ‘tcpto_err’:
tcpto.c:139:34: error: ‘firstwhen’ may be used uninitialized in this
function [-Werror=maybe-uninitialized]
      if ((firstpos < 0) || (when < firstwhen))
                            ~~~~~~^~~~~~~~~~~~

Is there a conditio

Improve this page

Add a description, image, and links to the mta topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mta topic, visit your repo's landing page and select "manage topics."

Learn more