Progress
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
CFLAGS = -Wall -Wextra -ggdb
|
||||
CFLAGS = -Wall -Wextra -ggdb -fsanitize=address,undefined
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
LFLAGS = -lws2_32
|
||||
|
||||
+1
-1
@@ -631,7 +631,7 @@ void update_simulation(void)
|
||||
{
|
||||
Descriptor *peer = handle_to_desc(desc->connection_peer);
|
||||
if (peer == NULL) {
|
||||
// TODO
|
||||
assert(0); // TODO
|
||||
}
|
||||
|
||||
if (!data_queue_full(&desc->output_data))
|
||||
|
||||
Reference in New Issue
Block a user