Project

General

Profile

Actions

Bug #2547

closed

Wrong variable name in network_openssl_load_pemfile function

Added by edsonmarquezani about 10 years ago. Updated almost 9 years ago.

Status:
Fixed
Priority:
Low
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

The latest released version of the software (1.4.34) seems to have a typo at line 586 of the network.c source file (network_openssl_load_pemfile function), making the compilation fail.

I managed to fix it switching the "i" variable by "ndx", once "i" is the parameter passed to the function ahead in the code. It seems like it was just cropped from the original piece of code and forgotten to be renamed.

Actions #1

Updated by darix about 10 years ago

  • Status changed from New to Fixed
  • Assignee set to stbuehler
  • Priority changed from Normal to Low

This is already fixed in commit r2937 just grab the fix from svn.

Actions #2

Updated by edsonmarquezani about 10 years ago

Thanks for answering it so quickly, darix. But would'n it be nice to update the tarball on the site?

Actions #3

Updated by darix about 10 years ago

We would roll a new release. You never change released tarballs.

Actions #4

Updated by edsonmarquezani about 10 years ago

Ok, understood. Thank you.

Actions #5

Updated by stbuehler almost 9 years ago

  • Assignee deleted (stbuehler)
  • Target version changed from 1.4.x to 1.4.35
Actions

Also available in: Atom