[PATCH] BUG/MINOR: server: check return value of fopen() in apply_server_state()

2019-10-17 Thread Vedran Furac
rom df3d9f27e48b29c2bf4885943a16e5a920d5471f Mon Sep 17 00:00:00 2001 From: Vedran Furac Date: Wed, 16 Oct 2019 14:49:38 +0200 Subject: [PATCH] BUG/MINOR: server: check return value of fopen() in apply_server_state() fopen() can return NULL when state file is missing. This patch adds a check of fopen() ret

Re: [PATCH] MINOR: contrib/spoa_server: Port SPOA server to Python 3

2019-07-23 Thread Vedran Furac
Hey, On 23. 07. 2019. 15:47, Aleksandar Lazic wrote: > Hi. > > Am 23.07.2019 um 15:34 schrieb Vedran Furac: >> Hello, >> >> Attached is a simple port of SPOA with embedded Python 2 interpreter to >> Python 3 >> following the official Python porting documen