Markus Elfring
Markus Elfring
- Does [a tool like "autoscan"](https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/autoscan-Invocation.html) show any software dependencies that you find worth for further considerations? - How do you think about to support more development environments by [the...
Some programming languages support operators with a special property: * augmented * combined * compound Thus corresponding change possibilities can occasionally be reconsidered, can't they? :thinking:
Additional analysis tools can point software development concerns out for further source code places. How do you think about to avoid that this software [depends on undefined behaviour](https://www.securecoding.cert.org/confluence/display/c/CC.+Undefined+Behavior#CC.UndefinedBehavior-ub_106 "Avoiding undefined...
Would you like to reopen this issue until it will be completely fixed?
:thought_balloon: Can the presented changes be integrated also directly?
I suggest to avoid [ignorance of return values](https://cwe.mitre.org/data/definitions/252.html "Checking more return values") a bit more. * Would you like to detect every error situation as early as possible? * Do...
Can you get [any further software development ideas](https://en.wikipedia.org/wiki/Fault_injection "Description for the usage of fault injection") from the following command example? ``` elfring@Sonne:~> LANG=C echo X > /dev/full bash: echo: write...
I suggest to reconsider the consequences of [the following wording](http://c0x.coding-guidelines.com/6.10.2.html) from [the section "16.2 Source file inclusion"](http://open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3797.pdf) in the standard specification for the programming language "C++". ``` … The named...
How do you think about to avoid that this software [depends on undefined behaviour](https://www.securecoding.cert.org/confluence/display/c/CC.+Undefined+Behavior#CC.UndefinedBehavior-ub_106)?
Which commit will contain corresponding changes?