Couple of bugs while compiling against ptlib 2.12.x

Discussion related to implementation and use of the H.323 Plus H.323 stack at https://www.h323plus.org.
Post Reply
Sharath
Posts: 21
Joined: Sun Mar 02, 2014 4:41 pm

Couple of bugs while compiling against ptlib 2.12.x

Post by Sharath »

While compiling the h323plus 1.26 library against ptlib 2.12.9, I ran into couple of bugs.

Project: h323plus
Filename: mediafmt.cxx
Line: 667

The iterator is being used without initialization.

Image


Project: simple
Filename: main.cxx
Line: 534


The code refers to an undefined variable ipVar.

Image
Post Reply