This repository contains simple C code which demonstrates an issue I discovered when moving from CentOS 7 to CentOS 8.
make
To demonstrate the issue:
./test true
To mitigate the issue:
./test false
This repository contains simple C code which demonstrates an issue I discovered when moving from CentOS 7 to CentOS 8.
make
To demonstrate the issue:
./test true
To mitigate the issue:
./test false